App::Office::CMS - A Canny, Microlight and Simple CMS

Ron Savage on 2010-08-03T08:15:12

Hi Folks

It's slow work, but I am making progress on App::Office::CMS.

It's based on CGI::Application and friends, to help sustain the microlight claim.

Which Javascript library, I hear you all cry!

YUI. You should have guessed.

Only a few weeks now...

Cheers Ron


code

chorny on 2010-08-04T09:57:54

Is it developed using some version control system?

Re:code

Ron Savage on 2010-08-05T22:31:35

Hi chorny

No, not yet.

I want to get the interface working so it's usable before I think about an undo command.

The data is stored in Postgres/SQLite/..., selectable via a config file.

The 1st version will probably have a backup button, to output the db to a datestamped file, which can be restored, as a crude implementation of undo.

In other words undo is not mandatory to the design, just nice-to-have...

Also, I'm worried about how to match the minimalist target with requiring git or some such, since I expect many potential users would want to install it on a shared/vps hosting site.

The delay in replying is in part due to another bug in use.perl.org's code, whereby I was
logged on and not logged on simultaneously.

So, I could log on and draft a reply, but being not logged on meant the Preview and
Submit buttons were disabled on the grounds I was an anonymous poster :-(.

Cheers
Ron

Re: App::Office::CMS - A Canny, Microlight and Sim

daxim on 2010-08-09T12:23:49

Where's the code repo?